home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Tool Chest / Testing & Debugging / General tools / LockVol™ 1.5 / About LockVol™ 1.5 < prev    next >
Encoding:
Text File  |  1994-01-03  |  6.5 KB  |  149 lines  |  [ttro/ttxt]

  1.  
  2. About LockVol™    -    Version 1.5 - January  3, 1994
  3.  
  4. LockVol is a Control Panel device that can be used to test software handling of
  5. locked volumes, local or remote.   With the use of System 7 and File Sharing,
  6. LockVol may come in handy for those trying to test their software.  LockVol
  7. displays a popup menu containing all volumes in use by your Mac and allows you to
  8. change the status of each volume from unlocked, to having a software or hardware
  9. lock.  Changes made in the Control Panel are immediate and remain intact until
  10. you change them back or re-mount the affected volume.  The status of the startup
  11. volume is restored after a reboot.  All other volume status’ are lost after a
  12. reboot.
  13.  
  14. LockVol works under System 6.0.5 (and up) and System 7.  No known problems have
  15. been reported other than the ones you can create yourself by locking volumes that
  16. weren't originally locked.
  17.  
  18. LockVol is freeware.  Permission is granted by the author for personal or
  19. electronic distribution as long as no fees or charges are received for it. 
  20. LockVol remains the copyright of dEVoN Hubbard.
  21.  
  22. How to Install it
  23. ---------------
  24. Simply drag it into your System Folder if your using 6.0 or before;  or put it in
  25. your Control Panels folder if your using 7.0 (or for that matter anywhere you
  26. want under System 7).  If you are using System 7 and are going to be testing
  27. extension (INIT) code handling of a locked startup volume it is suggested you put
  28. LockVol in your ‘Extensions’ folder and put an alias to it in your ‘Control
  29. Panels’ folder.  This will ensure LockVol gets run before most extensions due the
  30. space preceeding the file name.
  31.  
  32. •--> WARNING <--•
  33. If you are running System 7 and attempt to lock the startup volume while File
  34. Sharing is running, a dialog informs you that the ‘Users & Groups Data File’
  35. should be backed up before locking the startup volume.  This warning is necessary
  36. as the System software does not like the volume this file is on suddenly becoming
  37. locked.  This file will become damaged so you should make a copy of it before
  38. locking the startup volume if File Sharing is running.    The Finder may tell you
  39. this file has been damaged if you lock the volume while File Sharing is running. 
  40. Having a backup of it will save you alot of time.
  41.  
  42. Version History
  43. --------------
  44. -1.5
  45. 1. Now ignores invalid volumes that appear in the VCB queue.  For instance, when
  46. used with System 7 Pro (e.g. PowerTalk) the "Mail Enclosures" volume is not
  47. included in the volume popup anymore.
  48. 2. A little known limitation has been removed. LockVol now supports an unlimited
  49. number of volumes (limited by memory and system software limitations). It
  50. previously only supported 30 volumes.
  51. 3. Internal changes were made to speed up the building of the volume list and
  52. processing of selections from the volume popup menu.
  53. 4.    Code size has become smaller yet.
  54.  
  55. -1.4
  56. 1.    Now recognizes changes in volumes mounted and unmounted while the Control Panel
  57. is open.  Previously, if you had LockVol open and mounted/unmounted a volume(s),
  58. you had to close and re-open the Control Panel for the change in volumes to be
  59. recognized.
  60. 2.    Added small color icons for correct viewing with the Finder by Small Icon.
  61. 3.    The ‘Show Startup Icon’ check box now dims (with the other controls) when
  62. another
  63. window is the active window.
  64.  
  65. -1.3.2
  66. 1.    Corrected a bug that wouldn’t display the popup menu under extreme low-memory
  67. conditions.
  68. 2.    Code size has become smaller yet.
  69.  
  70. -1.3.1
  71. 1.    Optimized code and reduced overall size.
  72. 2.    Popup menu now ignores characters in volume names that could represent a
  73. command key equivalant (meta characters).  Volume names like ‘SE/30’ would be
  74. displayed like ‘SE0’ with a ‘CMD-3’ next to it.  This no longer happens.
  75. 3.    All controls (popup menu, radio buttons) now disable/enable when the cdev
  76. window is activate/inactive.  (Big deal… nice cosmetics).
  77.  
  78. - 1.3
  79. 1.    Copyright notices and resources changed to reflect ownership of LockVol by the
  80. author.
  81.  
  82. -1.2.1
  83. 1.    Corrected a bug that “sometimes” showed the startup icon even if the ‘Show
  84. Startup Icon’ box was not checked in the Control Panel.
  85.  
  86. -1.2
  87. 1.    Added a startup icon that represents the startup volume being locked or
  88. unlocked.
  89. 2.    Added a ‘Show Startup Icon’ check box to the Control Panel.
  90. 3.    Corrected a popup display problem that only occured under system 6.0.x.
  91.  
  92. -1.1
  93. 1.    Identical in operation to version 1.0.1 but this version was rebuilt with Think
  94. C 5.0 and contains smaller code.
  95. 2.    The area of the control panel that displayed the About… box has been increased
  96. to cover the entire top of the window.  Some people didn't know the about was
  97. there.  Just click.
  98. 3.    A background mask has been added to the icon behind the word ‘LockVol’ so it
  99. will show up better if placed on your desktop.
  100.  
  101. - 1.0.1
  102. 1. Corrected a display problem with the popup menu when ran under System 6.  The
  103. menu is created at a pre-defined width.  Short volume names caused a display
  104. error in the popup menu.   The pre-defined width was displayed initially then
  105. resized (smaller) to the longest volume name.  This sometimes left a double image
  106. of the popup menu rectangle.  Note, that the menu worked fine even though this
  107. visual problem existed.
  108. 2. Added an arrow cursor to the Control Panel for use under System 6.  The
  109. Control Panel now has an arrow cursor instead of a cross hair (plus sign) cursor.
  110.  
  111. - 1.0
  112. 1.    The logic that detects if File Sharing is on has been changed to detect in a
  113. more accurate manner.
  114. 2.    All versions information has been changed to reflect this as a final release.
  115.  
  116. - 1.0b6 (Not released to the public)
  117. 1. The System 7.0 warning about File Sharing now only appears if File Sharing is
  118. running at the time you try to lock the startup volume.
  119.  
  120. - 1.0b5
  121. 1. Added a warning dialog for System 7.0 users who try to lock their startup
  122. volume.  See information above about System 7 warning.
  123.  
  124. - 1.0b4
  125. 1. The status of the startup volume is saved and restored during startup (by INIT
  126. code).  Only the startup volume status is maintained.  The new INIT code patches
  127. nothing, and is only memory resident during INIT time.
  128.  
  129. - 1.0b3
  130. 1. About dialog now centers correctly on non color QuickDraw and non 7.0 systems.
  131.  
  132. - 1.0b2
  133. 1. Corrected a bug in dialog handling that caused the Dialog Manager to write to
  134. address zero.  This wasn't causing crashes or volume mishaps but could have
  135. caused other problems.
  136. 2. Also added an About… dialog to the cdev.  Triggered by clicking on the LockVol
  137. icon in the Control Panel.
  138.  
  139. - 1.0b1
  140. First public release of LockVol.
  141.  
  142.  
  143. Copyright © 1991-1994 dEVoN Hubbard - All Rights Reserved
  144. LockVol™ is a trademark of dEVoN Hubbard
  145.  
  146.  
  147. AOL: DEVON5 | devon5@aol.com
  148. ALink: DEVON
  149.